(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/graphics.h>
void DeinitRastPort()
SYNOPSIS
struct RastPort * rp

LOCATION
In GfxBase at offset 179
FUNCTION
Frees the contents of a RastPort structure. The structure itself is not freed.

INPUTS
rp
The RastPort which contents are to be freed.
RESULT
None.

NOTES
You can initialize the RastPort again via InitRastPort() but you must not use any other graphics function with it before that.

EXAMPLE
BUGS
SEE ALSO
InitRastPort()
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Free the contents of a RastPort.